'Declaration Public Function New( _ ByVal visibility As OracleQueueVisibility, _ ByVal relativeMessageID() As Byte, _ ByVal sequenceDeviation As OracleQueueSequenceDeviation, _ ByVal transformation As String, _ ByVal deliveryMode As OracleQueueDeliveryMode _ )
public OracleQueueEnqueueOptions( OracleQueueVisibility visibility, byte[] relativeMessageID, OracleQueueSequenceDeviation sequenceDeviation, string transformation, OracleQueueDeliveryMode deliveryMode )
Parameters
- visibility
- The transactional behavior of the enqueue request.
- relativeMessageID
- The message identifier of the message which is referenced in the sequence deviation operation.
- sequenceDeviation
- OracleQueueSequenceDeviation that is used upon creation.
- transformation
- The transformation that will be applied before enqueuing the message.
- deliveryMode
- OracleQueueDeliveryMode that is used upon creation.